object nomatchform: Tnomatchform Left = 604 Top = 516 BorderIcons = [] BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 80 ClientWidth = 185 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 169 Height = 41 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 16 Width = 153 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Your Passwords do not match, Please Reenter them.' end object OKBtn: TButton Left = 55 Top = 52 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end end